home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 22
/
AACD 22.iso
/
AACD
/
Programming
/
powerd
/
lib
/
powerd.lha
/
powerd_ppc
/
Abs.ass
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1980-07-11
|
168 b
|
15 lines
# Abs(r3:LONG)(r3:LONG)
.text
.global _Abs
_Abs: mr. r3,r3 # tstw r3
bge end
neg r3,r3 # negate
end: blr
.local end
.type _Abs,@function
.size _Abs,$-_Abs